From: Brion Vibber Date: Mon, 5 Jan 2004 01:21:31 +0000 (+0000) Subject: Set $wgEnablePersistentLC to false by default; leads to SQL errors on X-Git-Tag: 1.3.0beta1~1196 X-Git-Url: http://git.cyclocoop.org//%22http:/%22.attribut_html%28%24lesurls%5B%24numero%5D%29.%22/%22?a=commitdiff_plain;h=9a91a98e088897d2cbfab935126389cd679ad54a;p=lhc%2Fweb%2Fwiklou.git Set $wgEnablePersistentLC to false by default; leads to SQL errors on MySQL 3.x installations. --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 0980a999fd..6996d3dea5 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -86,7 +86,7 @@ $wgReadOnly = false; $wgSqlLogFile = "{$wgUploadDirectory}/sqllog_mFhyRe6"; $wgLogQueries = false; $wgUseCategoryMagic = false; -$wgEnablePersistentLC = true; # Persistent link cache, needs the linkscc table +$wgEnablePersistentLC = false; # Persistent link cache in linkscc table; FAILS on MySQL 3.x $wgCompressedPersistentLC = true; # use gzcompressed blobs # User rights